home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFEDITCATEG / TFEDITCATEG.txt
Encoding:
Text File  |  2005-11-17  |  25.0 KB  |  730 lines

  1. object fEditCateg: TfEditCateg
  2.   Left = 43
  3.   Top = 90
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Edit Icon...'
  7.   ClientHeight = 485
  8.   ClientWidth = 505
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnResize = FormResize
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object cntBottom: TAMContainer
  28.     Left = 0
  29.     Top = 450
  30.     Width = 505
  31.     Height = 35
  32.     Align = alBottom
  33.     OnResize = cntBottomResize
  34.     DoubleBuffered = False
  35.     object lIconsRequest: TbsSkinLinkLabel
  36.       Left = 96
  37.       Top = 8
  38.       Width = 88
  39.       Height = 13
  40.       Cursor = crHandPoint
  41.       UseSkinFont = True
  42.       DefaultActiveFontColor = clBlue
  43.       DefaultFont.Charset = DEFAULT_CHARSET
  44.       DefaultFont.Color = clWindowText
  45.       DefaultFont.Height = 13
  46.       DefaultFont.Name = 'Tahoma'
  47.       DefaultFont.Style = [fsUnderline]
  48.       SkinDataName = 'stdlabel'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = 13
  52.       Font.Name = 'Tahoma'
  53.       Font.Style = [fsUnderline]
  54.       Caption = 'New icons request'
  55.       ParentFont = False
  56.       Visible = False
  57.       OnClick = lIconsRequestClick
  58.     end
  59.     object lMoreIcons: TbsSkinLinkLabel
  60.       Left = 8
  61.       Top = 11
  62.       Width = 65
  63.       Height = 13
  64.       Cursor = crHandPoint
  65.       UseSkinFont = True
  66.       DefaultActiveFontColor = clBlue
  67.       DefaultFont.Charset = DEFAULT_CHARSET
  68.       DefaultFont.Color = clWindowText
  69.       DefaultFont.Height = 13
  70.       DefaultFont.Name = 'Tahoma'
  71.       DefaultFont.Style = [fsUnderline]
  72.       SkinDataName = 'stdlabel'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = 13
  76.       Font.Name = 'Tahoma'
  77.       Font.Style = [fsUnderline]
  78.       Caption = 'More Icons...'
  79.       ParentFont = False
  80.       OnClick = lMoreIconsClick
  81.     end
  82.     object bOk: TbsSkinButton
  83.       Left = 333
  84.       Top = 5
  85.       Width = 75
  86.       Height = 24
  87.       TabOrder = 0
  88.       Visible = False
  89.       SkinData = SkinDataModule.SkinData
  90.       SkinDataName = 'buttonlight'
  91.       DefaultFont.Charset = DEFAULT_CHARSET
  92.       DefaultFont.Color = clWindowText
  93.       DefaultFont.Height = 13
  94.       DefaultFont.Name = 'Tahoma'
  95.       DefaultFont.Style = []
  96.       DefaultWidth = 0
  97.       DefaultHeight = 0
  98.       UseSkinFont = True
  99.       AllowAllUp = False
  100.       TabStop = True
  101.       CanFocused = True
  102.       Down = False
  103.       GroupIndex = 0
  104.       Caption = 'Ok'
  105.       NumGlyphs = 2
  106.       Spacing = 1
  107.       Default = True
  108.       OnClick = bOkClick
  109.     end
  110.     object bCancel: TbsSkinButton
  111.       Left = 419
  112.       Top = 5
  113.       Width = 75
  114.       Height = 24
  115.       TabOrder = 1
  116.       SkinData = SkinDataModule.SkinData
  117.       SkinDataName = 'buttonlight'
  118.       DefaultFont.Charset = DEFAULT_CHARSET
  119.       DefaultFont.Color = clWindowText
  120.       DefaultFont.Height = 13
  121.       DefaultFont.Name = 'Tahoma'
  122.       DefaultFont.Style = []
  123.       DefaultWidth = 0
  124.       DefaultHeight = 0
  125.       UseSkinFont = True
  126.       AllowAllUp = False
  127.       TabStop = True
  128.       CanFocused = True
  129.       Down = False
  130.       GroupIndex = 0
  131.       Caption = 'Cancel'
  132.       NumGlyphs = 2
  133.       Spacing = 1
  134.       Cancel = True
  135.       OnClick = bCancelClick
  136.     end
  137.   end
  138.   object PageControl: TbsSkinPageControl
  139.     Left = 8
  140.     Top = 48
  141.     Width = 473
  142.     Height = 377
  143.     ActivePage = tbGetFromImage
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clBtnText
  146.     Font.Height = 14
  147.     Font.Name = 'Arial'
  148.     Font.Style = []
  149.     ParentFont = False
  150.     TabIndex = 1
  151.     TabOrder = 0
  152.     OnChange = PageControlChange
  153.     DefaultFont.Charset = DEFAULT_CHARSET
  154.     DefaultFont.Color = clBtnText
  155.     DefaultFont.Height = 14
  156.     DefaultFont.Name = 'Arial'
  157.     DefaultFont.Style = []
  158.     UseSkinFont = True
  159.     DefaultItemHeight = 20
  160.     SkinData = SkinDataModule.SkinData
  161.     SkinDataName = 'tab'
  162.     object tbSelect: TbsSkinTabSheet
  163.       Caption = 'Select'
  164.       object AMIconSelector: TAMIconSelector
  165.         Left = 0
  166.         Top = 0
  167.         Width = 452
  168.         Height = 355
  169.         TabOrder = 0
  170.         SkinData = SkinDataModule.SkinData
  171.         SkinDataName = 'scrollbox'
  172.         OnMouseEnter = AMIconSelectorMouseEnter
  173.         DefaultFont.Charset = DEFAULT_CHARSET
  174.         DefaultFont.Color = clWindowText
  175.         DefaultFont.Height = 13
  176.         DefaultFont.Name = 'Tahoma'
  177.         DefaultFont.Style = []
  178.         DefaultWidth = 0
  179.         DefaultHeight = 0
  180.         UseSkinFont = True
  181.         VScrollBar = VScrollBar
  182.         BorderStyle = bvNone
  183.         Align = alClient
  184.         Color = clWhite
  185.         CellSize = 29
  186.         GridColor = clWhite
  187.         GridLineColor = 14474975
  188.         ButtonHeight = 22
  189.         IconCollapsed.Data = {
  190.           5E040000424D5E0400000000000036000000280000000E000000130000000100
  191.           2000000000002804000070260000702600000000000000000000000000000000
  192.           0000000000000000000000000000000000000000000000000000000000000000
  193.           0000000000000000000000000000000000000000000000000000000000010000
  194.           0002000000020000000200000001000000000000000000000000000000000000
  195.           0000000000000000000000000000000000000000000200000006000000090000
  196.           0007000000040000000100000000000000000000000000000000000000000000
  197.           00000000000000000000000000050000000C00000014000000120000000C0000
  198.           0004000000010000000000000000000000000000000000000000000000000000
  199.           000000000006000000110000001F00000020000000190000000C000000040000
  200.           0001000000000000000000000000000000000000000000000000000000070000
  201.           00FF000000270000002D00000027000000190000000C00000004000000010000
  202.           00000000000000000000000000000000000000000007000000FF000000FF0000
  203.           00350000003400000027000000190000000C0000000400000001000000000000
  204.           0000000000000000000000000007000000FF80B08AFF000000FF0000003C0000
  205.           0033000000250000001500000008000000020000000000000000000000000000
  206.           000000000007000000FFDBF1E0FF80B08AFF000000FF000000380000002B0000
  207.           00190000000A0000000200000000000000000000000000000000000000070000
  208.           00FFDBF1E0FFB7E4C1FF80B08AFF000000FF0000002500000015000000080000
  209.           00020000000000000000000000000000000000000007000000FFDBF1E0FFB7E4
  210.           C1FFB7E4C1FF80B08AFF000000FF0000000C0000000400000001000000000000
  211.           0000000000000000000000000007000000FFDBF1E0FFB7E4C1FF80B08AFF0000
  212.           00FF0000000C0000000400000001000000000000000000000000000000000000
  213.           000000000006000000FFDBF1E0FF80B08AFF000000FF0000000C000000040000
  214.           0001000000000000000000000000000000000000000000000000000000050000
  215.           00FFB7E4C1FF000000FF0000000C000000040000000100000000000000000000
  216.           00000000000000000000000000000000000000000002000000FF000000FF0000
  217.           0007000000040000000100000000000000000000000000000000000000000000
  218.           0000000000000000000000000001000000FF0000000200000002000000010000
  219.           0000000000000000000000000000000000000000000000000000000000000000
  220.           0000000000000000000000000000000000000000000000000000000000000000
  221.           0000000000000000000000000000000000000000000000000000000000000000
  222.           0000000000000000000000000000000000000000000000000000000000000000
  223.           0000000000000000000000000000000000000000000000000000000000000000
  224.           0000000000000000000000000000000000000000000000000000000000000000
  225.           0000}
  226.         IconExpanded.Data = {
  227.           5E040000424D5E0400000000000036000000280000000E000000130000000100
  228.           2000000000002804000070260000702600000000000000000000000000000000
  229.           0000000000000000000000000000000000000000000000000000000000000000
  230.           0000000000000000000000000000000000000000000000000000000000000000
  231.           0000000000000000000000000000000000000000000000000000000000000000
  232.           0000000000000000000000000000000000000000000000000000000000000000
  233.           0000000000000000000000000000000000000000000000000000000000000000
  234.           0000000000000000000000000000000000000000000000000001000000010000
  235.           0002000000010000000100000000000000000000000000000000000000000000
  236.           0000000000000000000000000001000000030000000600000008000000060000
  237.           0003000000010000000000000000000000000000000000000000000000000000
  238.           0001000000030000000900000010000000140000001000000009000000030000
  239.           0001000000000000000000000000000000000000000100000003000000090000
  240.           00140000001E000000220000001E000000140000000900000003000000010000
  241.           000000000000000000010000000300000009000000140000001F000000FF0000
  242.           002D000000290000001F00000014000000090000000300000001000000010000
  243.           000300000009000000140000001F000000FF80B08AFF000000FF000000300000
  244.           002A0000001F00000014000000090000000300000001000000060000000E0000
  245.           001A000000FF80B08AFFB7E4C1FF80B08AFF000000FF0000002A000000240000
  246.           001A0000000E00000006000000020000000700000010000000FF80B08AFFB7E4
  247.           C1FFB7E4C1FFB7E4C1FF80B08AFF000000FF0000001F00000019000000100000
  248.           00070000000100000004000000FF80B08AFFDBF1E0FFDBF1E0FFDBF1E0FFDBF1
  249.           E0FFDBF1E0FFB7E4C1FF000000FF0000000E0000000900000004000000010000
  250.           00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
  251.           00FF000000FF000000FF00000004000000020000000000000000000000000000
  252.           0000000000000000000000000000000000000000000000000000000000000000
  253.           0000000000000000000000000000000000000000000000000000000000000000
  254.           0000000000000000000000000000000000000000000000000000000000000000
  255.           0000000000000000000000000000000000000000000000000000000000000000
  256.           0000000000000000000000000000000000000000000000000000000000000000
  257.           0000000000000000000000000000000000000000000000000000000000000000
  258.           0000000000000000000000000000000000000000000000000000000000000000
  259.           0000000000000000000000000000000000000000000000000000000000000000
  260.           0000000000000000000000000000000000000000000000000000000000000000
  261.           0000000000000000000000000000000000000000000000000000000000000000
  262.           0000}
  263.         OnDrawCell = AMIconSelectorDrawCell
  264.         SkinDataNameBtn = 'categoriesbutton'
  265.         OnApply = AMIconSelectorApply
  266.         OnIndexUnderMouse = AMIconSelectorIndexUnderMouse
  267.       end
  268.       object VScrollBar: TbsSkinScrollBar
  269.         Left = 452
  270.         Top = 0
  271.         Width = 19
  272.         Height = 355
  273.         TabOrder = 1
  274.         Visible = False
  275.         SkinData = SkinDataModule.SkinData
  276.         SkinDataName = 'vscrollbar'
  277.         DefaultFont.Charset = DEFAULT_CHARSET
  278.         DefaultFont.Color = clWindowText
  279.         DefaultFont.Height = 14
  280.         DefaultFont.Name = 'Arial'
  281.         DefaultFont.Style = []
  282.         DefaultWidth = 0
  283.         DefaultHeight = 0
  284.         UseSkinFont = True
  285.         Both = False
  286.         BothMarkerWidth = 0
  287.         BothSkinDataName = 'bothhscrollbar'
  288.         CanFocused = False
  289.         Align = alRight
  290.         Kind = sbVertical
  291.         PageSize = 0
  292.         Min = 0
  293.         Max = 0
  294.         Position = 0
  295.         SmallChange = 1
  296.         LargeChange = 1
  297.         AutoLargeChange = False
  298.       end
  299.     end
  300.     object tbGetFromImage: TbsSkinTabSheet
  301.       Caption = 'Get from Image...'
  302.       OnResize = tbGetFromImageResize
  303.       object BevelB: TbsSkinBevel
  304.         Left = 8
  305.         Top = 86
  306.         Width = 456
  307.         Height = 305
  308.         Shape = bsFrame
  309.         SkinDataName = 'bevel'
  310.         DividerMode = False
  311.       end
  312.       object AMV: TAMImageView
  313.         Left = 16
  314.         Top = 152
  315.         Width = 448
  316.         Height = 202
  317.         Cursor = 1782
  318.         Background = clSilver
  319.         Ctl3D = False
  320.         ParentCtl3D = False
  321.         BorderStyle = bsNone
  322.         ZoomFilter = rfNearest
  323.         SelectionOptions = [iesoSizeable, iesoMoveable]
  324.         AutoFit = True
  325.         BackgroundStyle = iebsGradient
  326.         OnSelectionChanging = AMVSelectionChanging
  327.         AutoStretch = True
  328.         AutoShrink = True
  329.         OnAfterSelectionChange = AMVAfterSelectionChange
  330.         TabOrder = 0
  331.         OnDblClick = AMVDblClick
  332.       end
  333.       object cntIcons: TAMContainer
  334.         Left = 72
  335.         Top = 3
  336.         Width = 294
  337.         Height = 80
  338.         Color = 15856371
  339.         DoubleBuffered = True
  340.         object lLargeIcon: TLabel
  341.           Left = 64
  342.           Top = 52
  343.           Width = 70
  344.           Height = 30
  345.           Alignment = taCenter
  346.           AutoSize = False
  347.           Caption = 'Large Icon'
  348.           Color = clSilver
  349.           Font.Charset = DEFAULT_CHARSET
  350.           Font.Color = clWindowText
  351.           Font.Height = -11
  352.           Font.Name = 'Tahoma'
  353.           Font.Style = []
  354.           ParentColor = False
  355.           ParentFont = False
  356.           Transparent = True
  357.           WordWrap = True
  358.         end
  359.         object lSmallIcon: TLabel
  360.           Left = -2
  361.           Top = 52
  362.           Width = 70
  363.           Height = 30
  364.           Alignment = taCenter
  365.           AutoSize = False
  366.           Caption = 'Small Icon'
  367.           Color = clGray
  368.           Font.Charset = DEFAULT_CHARSET
  369.           Font.Color = clWindowText
  370.           Font.Height = -11
  371.           Font.Name = 'Tahoma'
  372.           Font.Style = []
  373.           ParentColor = False
  374.           ParentFont = False
  375.           Transparent = True
  376.           WordWrap = True
  377.         end
  378.         object bLoadImage: TbsSkinButton
  379.           Left = 144
  380.           Top = 20
  381.           Width = 135
  382.           Height = 24
  383.           TabOrder = 0
  384.           SkinData = SkinDataModule.SkinData
  385.           SkinDataName = 'buttonlight'
  386.           DefaultFont.Charset = DEFAULT_CHARSET
  387.           DefaultFont.Color = clWindowText
  388.           DefaultFont.Height = 13
  389.           DefaultFont.Name = 'Tahoma'
  390.           DefaultFont.Style = [fsBold]
  391.           DefaultWidth = 0
  392.           DefaultHeight = 0
  393.           UseSkinFont = False
  394.           AllowAllUp = False
  395.           TabStop = True
  396.           CanFocused = False
  397.           Down = False
  398.           GroupIndex = 0
  399.           Caption = 'Load Image...'
  400.           NumGlyphs = 2
  401.           Spacing = 1
  402.           OnClick = bLoadImageClick
  403.         end
  404.         object AMContainer1: TAMContainer
  405.           Left = 21
  406.           Top = 18
  407.           Width = 22
  408.           Height = 22
  409.           Color = clSilver
  410.           DoubleBuffered = True
  411.           object img18: TImage
  412.             Left = 0
  413.             Top = 0
  414.             Width = 22
  415.             Height = 22
  416.           end
  417.         end
  418.         object AMContainer2: TAMContainer
  419.           Left = 79
  420.           Top = 12
  421.           Width = 34
  422.           Height = 34
  423.           Color = clSilver
  424.           DoubleBuffered = True
  425.           object img30: TImage
  426.             Left = 0
  427.             Top = 0
  428.             Width = 34
  429.             Height = 34
  430.           end
  431.         end
  432.         object chAquaStyle: TbsSkinCheckRadioBox
  433.           Left = 144
  434.           Top = 46
  435.           Width = 89
  436.           Height = 25
  437.           TabOrder = 3
  438.           SkinData = SkinDataModule.SkinData
  439.           SkinDataName = 'checkboxlight'
  440.           DefaultFont.Charset = DEFAULT_CHARSET
  441.           DefaultFont.Color = clWindowText
  442.           DefaultFont.Height = -11
  443.           DefaultFont.Name = 'Tahoma'
  444.           DefaultFont.Style = []
  445.           DefaultWidth = 0
  446.           DefaultHeight = 0
  447.           UseSkinFont = True
  448.           ForcedColorUse = False
  449.           ForcedColor = clBlack
  450.           Flat = True
  451.           CanFocused = False
  452.           Radio = False
  453.           Checked = False
  454.           GroupIndex = 0
  455.           Caption = 'Aqua Style'
  456.           OnClick = chAquaStyleClick
  457.           Enabled = False
  458.         end
  459.       end
  460.     end
  461.   end
  462.   object bViewStyle: TAMMenuToolButton
  463.     Left = 384
  464.     Top = 2
  465.     Width = 35
  466.     Height = 24
  467.     TabOrder = 1
  468.     SkinData = SkinDataModule.SkinData
  469.     SkinDataName = 'toolbutton'
  470.     DefaultFont.Charset = DEFAULT_CHARSET
  471.     DefaultFont.Color = clWindowText
  472.     DefaultFont.Height = 14
  473.     DefaultFont.Name = 'Arial'
  474.     DefaultFont.Style = []
  475.     DefaultWidth = 0
  476.     DefaultHeight = 0
  477.     UseSkinFont = True
  478.     AllowAllUp = False
  479.     TabStop = True
  480.     CanFocused = False
  481.     Down = False
  482.     GroupIndex = 0
  483.     NumGlyphs = 1
  484.     Margin = 3
  485.     Spacing = 1
  486.     SkinPopupMenu = pmViewMode
  487.     TrackButtonMode = False
  488.   end
  489.   object bExpand: TbsSkinButton
  490.     Left = 224
  491.     Top = 2
  492.     Width = 25
  493.     Height = 24
  494.     TabOrder = 3
  495.     Visible = False
  496.     SkinData = SkinDataModule.SkinData
  497.     SkinDataName = 'toolbutton'
  498.     DefaultFont.Charset = DEFAULT_CHARSET
  499.     DefaultFont.Color = clWindowText
  500.     DefaultFont.Height = 14
  501.     DefaultFont.Name = 'Arial'
  502.     DefaultFont.Style = []
  503.     DefaultWidth = 0
  504.     DefaultHeight = 0
  505.     UseSkinFont = True
  506.     AllowAllUp = False
  507.     TabStop = True
  508.     CanFocused = False
  509.     Down = False
  510.     GroupIndex = 0
  511.     NumGlyphs = 1
  512.     Spacing = 1
  513.     OnClick = bExpandClick
  514.   end
  515.   object cntSelector: TbsSkinPageControl
  516.     Left = 336
  517.     Top = 40
  518.     Width = 161
  519.     Height = 385
  520.     ActivePage = tbCategory
  521.     Font.Charset = DEFAULT_CHARSET
  522.     Font.Color = clBtnText
  523.     Font.Height = 14
  524.     Font.Name = 'Arial'
  525.     Font.Style = []
  526.     ParentFont = False
  527.     TabIndex = 0
  528.     TabOrder = 4
  529.     Visible = False
  530.     DefaultFont.Charset = DEFAULT_CHARSET
  531.     DefaultFont.Color = clBtnText
  532.     DefaultFont.Height = 14
  533.     DefaultFont.Name = 'Arial'
  534.     DefaultFont.Style = []
  535.     UseSkinFont = True
  536.     DefaultItemHeight = 20
  537.     SkinData = SkinDataModule.SkinData
  538.     SkinDataName = 'tab'
  539.     object tbCategory: TbsSkinTabSheet
  540.       Caption = 'Images'
  541.       OnResize = tbCategoryResize
  542.       object ImageSelector: TbsSkinStringGrid
  543.         Left = 0
  544.         Top = 0
  545.         Width = 140
  546.         Height = 363
  547.         TabOrder = 0
  548.         SkinDataName = 'grid'
  549.         VScrollBar = sbSelector
  550.         GridLineColor = clSilver
  551.         DefaultCellHeight = 70
  552.         Align = alClient
  553.         ColCount = 2
  554.         DefaultColWidth = 70
  555.         DefaultRowHeight = 70
  556.         FixedCols = 0
  557.         FixedRows = 0
  558.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  559.         OnDrawCell = ImageSelectorDrawCell
  560.         OnMouseUp = ImageSelectorMouseUp
  561.         OnTopLeftChanged = ImageSelectorTopLeftChanged
  562.       end
  563.       object sbSelector: TbsSkinScrollBar
  564.         Left = 140
  565.         Top = 0
  566.         Width = 19
  567.         Height = 363
  568.         TabOrder = 1
  569.         Visible = False
  570.         SkinData = SkinDataModule.SkinData
  571.         SkinDataName = 'vscrollbar'
  572.         DefaultFont.Charset = DEFAULT_CHARSET
  573.         DefaultFont.Color = clWindowText
  574.         DefaultFont.Height = 14
  575.         DefaultFont.Name = 'Arial'
  576.         DefaultFont.Style = []
  577.         DefaultWidth = 0
  578.         DefaultHeight = 0
  579.         UseSkinFont = True
  580.         Both = False
  581.         BothMarkerWidth = 0
  582.         BothSkinDataName = 'bothhscrollbar'
  583.         CanFocused = False
  584.         Align = alRight
  585.         Kind = sbVertical
  586.         PageSize = 0
  587.         Min = 0
  588.         Max = 0
  589.         Position = 0
  590.         SmallChange = 1
  591.         LargeChange = 1
  592.         AutoLargeChange = False
  593.       end
  594.     end
  595.   end
  596.   object SkinForm: TbsBusinessSkinForm
  597.     GradientStartColor = clBlack
  598.     GradientEndColor = clBlack
  599.     DrawBackground = True
  600.     ShowIcon = False
  601.     MaximizeOnFullScreen = False
  602.     AlphaBlend = False
  603.     AlphaBlendAnimation = False
  604.     AlphaBlendValue = 200
  605.     ShowObjectHint = False
  606.     MenusAlphaBlend = False
  607.     MenusAlphaBlendAnimation = False
  608.     MenusAlphaBlendValue = 200
  609.     DefCaptionFont.Charset = DEFAULT_CHARSET
  610.     DefCaptionFont.Color = clBtnText
  611.     DefCaptionFont.Height = 13
  612.     DefCaptionFont.Name = 'Tahoma'
  613.     DefCaptionFont.Style = [fsBold]
  614.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  615.     DefInActiveCaptionFont.Color = clBtnShadow
  616.     DefInActiveCaptionFont.Height = 13
  617.     DefInActiveCaptionFont.Name = 'Tahoma'
  618.     DefInActiveCaptionFont.Style = [fsBold]
  619.     DefMenuItemHeight = 20
  620.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  621.     DefMenuItemFont.Color = clWindowText
  622.     DefMenuItemFont.Height = 13
  623.     DefMenuItemFont.Name = 'Tahoma'
  624.     DefMenuItemFont.Style = []
  625.     UseDefaultSysMenu = True
  626.     SkinData = SkinDataModule.SkinDataDlg
  627.     MinHeight = 0
  628.     MinWidth = 330
  629.     Magnetic = False
  630.     MagneticSize = 5
  631.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  632.     Left = 8
  633.   end
  634.   object pmViewMode: TbsSkinPopupMenu
  635.     SkinData = SkinDataModule.SkinData
  636.     Left = 352
  637.     object mLargeIcons: TMenuItem
  638.       Tag = 1
  639.       Caption = 'Large Icons'
  640.       RadioItem = True
  641.       OnClick = mLargeIconsClick
  642.     end
  643.     object mSmallIcons: TMenuItem
  644.       Tag = 2
  645.       Caption = 'Small Icons'
  646.       Checked = True
  647.       RadioItem = True
  648.       OnClick = mSmallIconsClick
  649.     end
  650.   end
  651.   object OpenDialog: TOpenImageEnDialog
  652.     Filter = 
  653.       #1042#1089#1103' '#1075#1088#1072#1092#1080#1082#1072'|*.tif;*.tiff;*.fax;*.g3n;*.g3f;*.gif;*.jpg;*.jpeg;*.' +
  654.       'jpe;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.cur;*.png;*.wmf;*.emf;*.tga;' +
  655.       '*.targa;*.vda;*.icb;*.vst;*.pix;*.pxm;*.ppm;*.pgm;*.pbm;*.wbmp;*' +
  656.       '.jp2;*.j2k;*.jpc;*.j2c;*.dcx;*.crw;*.cr2;*.nef;*.raw;*.pef;*.raf' +
  657.       ';*.x3f;*.bay;*.orf;*.mrw;*.srf;*.mrw;*.unc;*.ucp;*.psd;*.pdd;*.f' +
  658.       'ax;*.pcd;*.cut;*.avi|TIFF Bitmap (TIF;TIFF;FAX;G3N;G3F)|*.tif;*.' +
  659.       'tiff;*.fax;*.g3n;*.g3f|CompuServe Bitmap (GIF)|*.gif|JPEG Bitmap' +
  660.       ' (JPG;JPEG;JPE)|*.jpg;*.jpeg;*.jpe|PaintBrush (PCX)|*.pcx|Window' +
  661.       's Bitmap (BMP;DIB;RLE)|*.bmp;*.dib;*.rle|Windows Icon (ICO)|*.ic' +
  662.       'o|Windows Cursor (CUR)|*.cur|Portable Network Graphics (PNG)|*.p' +
  663.       'ng|Windows Metafile (WMF)|*.wmf|Enhanced Windows Metafile (EMF)|' +
  664.       '*.emf|Targa Bitmap (TGA;TARGA;VDA;ICB;VST;PIX)|*.tga;*.targa;*.v' +
  665.       'da;*.icb;*.vst;*.pix|Portable Pixmap, GrayMap, BitMap (PXM;PPM;P' +
  666.       'GM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|Wireless Bitmap (WBMP)|*.wbmp|JP' +
  667.       'EG2000 (JP2)|*.jp2|JPEG2000 Code Stream (J2K;JPC;J2C)|*.j2k;*.jp' +
  668.       'c;*.j2c|Multipage PCX (DCX)|*.dcx|Camera RAW format (CRW;CR2;NEF' +
  669.       ';RAW;PEF;RAF;X3F;BAY;ORF;MRW;SRF;MRW)|*.crw;*.cr2;*.nef;*.raw;*.' +
  670.       'pef;*.raf;*.x3f;*.bay;*.orf;*.mrw;*.srf;*.mrw|Uncompressed Bitma' +
  671.       'p (UNC;UCP)|*.unc;*.ucp|Photoshop (PSD;PDD)|*.psd;*.pdd|GFI-Faxm' +
  672.       'aker (FAX)|*.fax|Kodak Photo-CD (PCD)|*.pcd|Dr. Halo (CUT)|*.cut' +
  673.       '|'#1042#1080#1076#1077#1086' '#1076#1083#1103' Windows (AVI)|*.avi'
  674.     Left = 48
  675.   end
  676.   object ilExpand: TImageList
  677.     Height = 10
  678.     Width = 7
  679.     Left = 88
  680.     Bitmap = {
  681.       494C010102000400040007000A00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  682.       00000000000036000000280000001C0000000A00000001002000000000006004
  683.       000000000000000000000000000000000000C8D0D400C8D0D400C8D0D400C8D0
  684.       D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  685.       D400C8D0D400C8D0D40000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       00000000000000000000C8D0D400C8D0D400C8D0D4000000000000000000C8D0
  688.       D400C8D0D400C8D0D40000000000C8D0D400C8D0D400C8D0D400000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       000000000000000000000000000000000000C8D0D4000000000000000000C8D0
  691.       D4000000000000000000C8D0D400C8D0D400C8D0D40000000000000000000000
  692.       0000C8D0D400C8D0D40000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000C8D0D400C8D0D400000000000000000000000000C8D0D400C8D0D400C8D0
  695.       D4000000000000000000C8D0D4000000000000000000C8D0D400000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       000000000000000000000000000000000000C8D0D400C8D0D400C8D0D4000000
  698.       0000C8D0D400C8D0D400C8D0D4000000000000000000C8D0D400C8D0D400C8D0
  699.       D400000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       00000000000000000000C8D0D400C8D0D400C8D0D4000000000000000000C8D0
  702.       D400C8D0D400C8D0D40000000000C8D0D400C8D0D400C8D0D400000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       000000000000000000000000000000000000C8D0D4000000000000000000C8D0
  705.       D4000000000000000000C8D0D400C8D0D400C8D0D40000000000000000000000
  706.       0000C8D0D400C8D0D40000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000C8D0D400C8D0D400000000000000000000000000C8D0D400C8D0D400C8D0
  709.       D4000000000000000000C8D0D4000000000000000000C8D0D400000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       000000000000000000000000000000000000C8D0D400C8D0D400C8D0D4000000
  712.       0000C8D0D400C8D0D400C8D0D4000000000000000000C8D0D400C8D0D400C8D0
  713.       D400000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  716.       D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       000000000000000000000000000000000000424D3E000000000000003E000000
  719.       280000001C0000000A0000000100010000000000280000000000000000000000
  720.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000}
  723.   end
  724.   object ilImages64: TImageList
  725.     Height = 64
  726.     Width = 64
  727.     Left = 152
  728.   end
  729. end
  730.